Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Java Tutorial
1) 2D Graphics
2) Ant
3) Apache Common
4) Class Definition
5) Collections
6) Data Type
7) Database
8) Design Pattern
9) Development
10) EJB3
11) Email
12) File
13) Generics
14) Hibernate
15) Internationalization
16) J2EE Application
17) J2ME
18) JPA
19) JSP
20) JSTL
21) JUnit
22) Language
23) Log
24) Network
25) Operators
26) PDF
27) Reflection
28) Regular Expressions
29) Security
30) Servlet
31) Spring
32) Statement Control
33) Swing
34) Swing Event
35) SWT
36) SWT 2D Graphics
37) Thread
38) Web Services SOA
39) XML
Generics
1) A Generic Class with Two Type Parameters
2) A generic first-in, first-out bounded collection of objects
3) A Generic Subclass
4) A generic type can accept more than one type variables
5) A list declared to hold objects of a type T can also hold objects that extend from T
6) A subclass can add its own type parameters, if needed
7) Arrays
8) Bounded Types
9) Bounded Wildcards
10) Casting within a generic class hierarchy
11) Constraints on a Wildcard
12) Create a typesafe copy of a raw list
13) Create a typesafe copy of a raw map
14) Create a typesafe filter of an unchecked enumeration
15) Create a typesafe filter of an unchecked iterator
16) Create a typesafe view over an underlying raw map
17) Create a typesafe view over an underlying raw set
18) Creating a Generic Method
19) Defining a Generic Class Type
20) Generic Class Hierarchies
21) Generic class Stack
22) Generic Constructors
23) Generic Interfaces
24) Generic method maximum returns the largest of three objects
25) Generic methods
26) Generic to list
27) Generics and Collections
28) Generics Work Only with Objects
29) Introducing Generic Types
30) Life without Generics
31) Multiple Type Parameters
32) Nested generic type
33) Overriding Methods in a Generic Class
34) Raw type test for a generic Stack
35) Raw Types and Legacy Code
36) Run-Time Type Comparisons Within a Generic Hierarchy
37) The generalized syntax for a generic interface
38) The Run-Time Types of Generic Type Instances
39) Type Parameter Bounds
40) Upperlower bound for a wildcard
41) Use generic method to test generic Stack
42) Using Bounded Wildcards in Methods
43) Using Generic Comparable interface
44) Using generic methods to print array of different types
45) Using Primitive Type Wrapper Class Types as Arguments
46) Using the wildcard
47) Using Wildcard Arguments
48) Utilities for generic ArrayList
49) What Are Generics A Simple Generics Example
50) Wildcard test program
51) Working with generic List
52) Your own tree with generic user object